@charset "UTF-8";
/*-----------------------
         GENERAL
------------------------*/

form#topsearch input.button{
	margin-top:-1px;
}
#header{
	height:180px;
}
.bloginfobox .category{
	padding-top:2px;
}
.bloginfobox .date{
	padding-top:2px;
}
#breadcrumb{
	margin-top:-19px;
}
form#topsearch{
	margin-top:6px;
}
#sidebarArchiv{
	list-style:none;
}

/*-----------------------
   INTERNET EXPLORER 6
------------------------*/

* html div#topbar ul{
	margin-top: 13px;
}
* html div#topbar ul li{
	line-height:14px;
}
* html form#topsearch input{
	margin-top:-1px;
	padding-top:5px;
}
* html form#topsearch input.button{
	margin-top:-19px;
}
*html div.infobox ul.left{
	position:absolute;
}
* html div.infobox{
	width:680px;
	height:54px;
}
* html div.infobox ul li{
	display:inline-block;
	margin-left:10px;	
}
* html div.infobox ul.right{
	position:absolute;
	padding-left:210px;
}
*html div#content{
	margin:0px auto;
	width:540px;
}
*html div#content.wide{
	width:700px;
}
*html .bloginfobox .category{
	background-position:25px;
}
*html .bloginfobox .comments{
	background-position:25px;
}
*html div#content hr{
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
	border-top: 1px solid #c0c0c0;
}
/*-----------------------
   INTERNET EXPLORER 7
------------------------*/

*+ html div#topbar ul{
	margin-top: 13px;
}
*+ html div#topbar ul li{
	line-height:14px;
}
*+ html form#topsearch input{
	margin-top:-1px;
}
*+ html form#topsearch input.button{
	margin-top:-15px;
}
*+ html div.infobox{
	width:690px;
	height:54px;
}

/*-----------------------
   INTERNET EXPLORER 8
------------------------*/

form#topsearch input{
	padding-top /*\**/: 5px\9
}
form#topsearch input.button{
	padding-bottom /*\**/: 3px\9
}
div#topbar ul{
	margin-top /*\**/: 10px\9
}
/*-----------------------
  REMOVE BROWSER QUIRKS
------------------------*/

/*remove the webkit orange/light-blue border around text-inputs and textareas */
input:focus, textarea:focus{
    outline: none;
}

/*remove the ugly dotted borders around links in firefox*/
a:focus{
    outline: none;
}

/*remove the webkit resizing icon in the bottom right of any textarea*/
textarea{
    resize: none;
    -moz-resize: none; /* FF4 - via @sambowler */
}

/*remove the textarea's vertical scrollbar in IE6, IE7, IE8*/
textarea{
    overflow: auto;
}